﻿Crayon version 0.1.2 (Alpha)
==============================================

Please go to http://crayonlang.org for documentation, tutorials, demos, and other resources.

COPYRIGHT
---------
Copyright 2015 crayonlang.org, All rights reserved.

LICENSES
--------
Crayon is released under the MIT license.
OpenTK & Tao license information can be found at http://www.opentk.com/project/license

See the LICENSE.txt file included with this release for further information.

REPORTING BUGS
--------------
Please report any issues you may find to the GitHub issue tracker located at https://github.com/blakeohare/crayon/issues
It may be helpful to check the IRC channel first to make sure any issue you find is actually a bug or for workarounds.

COMMUNITY
---------
The official Crayon IRC channel is #crayon on irc.esper.net. Feel free to ask any questions there. 
Google Mailing list/forum: https://groups.google.com/forum/#!forum/crayon-lang
Use the stackoverflow tag "crayon" for any issues. This tag is monitored.

NEW IN THIS RELEASE
-------------------
Changes since 0.1.1:
* Fix bug loading image sheets in Java
* Fix bug where Java and Python were returning old-style event objects
* Add implementation of flipImage for Java
* Add verification for invalid project ID names
* $gfx_image_sheet_loaded was not throwing an error when invoked on image sheet ID's where loading hasn't been initialized.
